page table
英 [peɪdʒ ˈteɪbl]
美 [peɪdʒ ˈteɪbl]
页面表
双语例句
- Before replacing the existing code page conversion table files in the sqllib/ conv directory, you should back up the files.
在替换sqllib/conv目录中现有的代码页转换表之前,您应该备份该文件。 - Set up a page table to translate logical to physical addresses.
建立一个页表,把逻辑地址转换为物理地址。 - Locking TLB entries can ensure that a memory access to a given region never incurs the penalty of a page table walk.
锁定TLB输入能确保对于给出区域的内存读取绝不会导致页表移动的掉失。 - A set of shadow page tables is maintained to support the translation from guest physical addresses to host physical addresses.
为了支持客户物理地址到主机物理地址的转换,系统维护了一组影子页表(shadowpagetable)。 - Being a key technology in memory management, virtual hash page table is a mechanism for the virtual-to-physical address mapping in high performance microprocessor systems.
虚拟哈希页表(VHPT)是高性能微处理器系统实现虚拟地址到物理地址的转换映像,是存储管理的关键技术之一。 - For a particular virtual page, a page table entry will give a corresponding physical page or note that the page is not present ( indicating a page fault).
对于一个特定的虚拟页,根据一条页表记录可以找到对应的物理页,或者是页无法找到的提示(说明存在一个页错误)。 - Aiming at this problem, an efficient technology to realize translation from physical addresses to virtual addresses in OS kernel, named reverse page table is introduced. Emphasis is especially put on the application of reverse page table in page migration policy.
针对此问题,介绍了一种在操作系统内核中高效实现物理地址到虚拟地址转换的技术&反向页表技术,并着重阐述了反向页表在页迁移策略中的应用。 - The hypervisor has access to the entire memory space, and maintains the memory allocated to partitions through a global partition page table.
Hypervisor可以访问整个内存空间,并且通过全局分区页表来维护分配给分区的内存。 - Permitted operations are specified using control bits associated with each page table entry.
能允许的操作须指定使用与每个页表入口关联的控制位。 - To determine the physical address corresponding to a given virtual address, the appropriate page table, and the correct entry within that page table must be located.
为了找到指定虚拟地址所对应的物理地址,必须定位于合适的页表及其中正确的入口。